Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
admin-menu-editor
/
js
/
/home/ariannadhf/www/wp-content/plugins/admin-menu-editor/js/jquery.form.d.ts
/// <reference path="jquery.d.ts" /> interface AjaxFormOptions { url?: string; type?: string; dataType?: string; beforeSerialize?: (jqForm: JQuery, options: AjaxFormOptions) => boolean; beforeSubmit?: (formData: any[], jqForm: JQuery, options: AjaxFormOptions) => boolean; clearForm?: boolean; forceSync?: boolean; iframe?: boolean; resetForm?: boolean; semantic?: boolean; target?: string | JQuery; timeout?: number; success?: (response: any, statusText: string, xhr: JQueryXHR, jqForm: JQuery) => void; error?: (xhr: JQueryXHR, statusText: string, errorThrown: string) => void; complete?: (xhr: JQueryXHR, statusText: string) => void; } interface JQuery { //These method are added by the jquery-form plugin. ajaxForm: (options: AjaxFormOptions) => JQuery; resetForm: () => JQuery; }